home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / libogg / libvorbis-1.0rc3 / config.status < prev    next >
Encoding:
Text File  |  2002-10-27  |  6.5 KB  |  202 lines

  1. #! /bin/sh
  2. # Generated automatically by configure.
  3. # Run this file to recreate the current configuration.
  4. # This directory was configured as follows,
  5. # on host r12m127.cybercable.tm.fr:
  6. #
  7. # configure 
  8. #
  9. # Compiler output produced by configure, useful for debugging
  10. # configure, is in ./config.log if it exists.
  11.  
  12. ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
  13. for ac_option
  14. do
  15.   case "$ac_option" in
  16.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  17.     echo "running ${CONFIG_SHELL-/bin/sh} configure  --no-create --no-recursion"
  18.     exec ${CONFIG_SHELL-/bin/sh} configure  --no-create --no-recursion ;;
  19.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  20.     echo "./config.status generated by autoconf version 2.13"
  21.     exit 0 ;;
  22.   -help | --help | --hel | --he | --h)
  23.     echo "$ac_cs_usage"; exit 0 ;;
  24.   *) echo "$ac_cs_usage"; exit 1 ;;
  25.   esac
  26. done
  27.  
  28. ac_given_srcdir=.
  29. ac_given_INSTALL="/bin/install -c"
  30.  
  31. trap 'rm -fr Makefile lib/Makefile lib/modes/Makefile lib/books/Makefile lib/books/coupled/Makefile lib/books/uncoupled/Makefile lib/books/floor/Makefile doc/Makefile doc/vorbisfile/Makefile doc/vorbisenc/Makefile include/Makefile include/vorbis/Makefile examples/Makefile win32/Makefile debian/Makefile vq/Makefile conftest*; exit 1' 1 2 15
  32.  
  33. # Protect against being on the right side of a sed subst in config.status.
  34. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  35.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  36. /^[     ]*VPATH[     ]*=[^:]*$/d
  37.  
  38. s%@SHELL@%/bin/sh%g
  39. s%@CFLAGS@%-O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H%g
  40. s%@CPPFLAGS@%%g
  41. s%@CXXFLAGS@%%g
  42. s%@FFLAGS@%%g
  43. s%@DEFS@% -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0rc3\" -DHAVE_ALLOCA=1 %g
  44. s%@LDFLAGS@% %g
  45. s%@LIBS@%-lm  -logg%g
  46. s%@exec_prefix@%${prefix}%g
  47. s%@prefix@%/usr/local%g
  48. s%@program_transform_name@%s,x,x,%g
  49. s%@bindir@%${exec_prefix}/bin%g
  50. s%@sbindir@%${exec_prefix}/sbin%g
  51. s%@libexecdir@%${exec_prefix}/libexec%g
  52. s%@datadir@%${prefix}/share%g
  53. s%@sysconfdir@%${prefix}/etc%g
  54. s%@sharedstatedir@%${prefix}/com%g
  55. s%@localstatedir@%${prefix}/var%g
  56. s%@libdir@%${exec_prefix}/lib%g
  57. s%@includedir@%${prefix}/include%g
  58. s%@oldincludedir@%/usr/include%g
  59. s%@infodir@%${prefix}/info%g
  60. s%@mandir@%${prefix}/man%g
  61. s%@INSTALL_PROGRAM@%${INSTALL}%g
  62. s%@INSTALL_SCRIPT@%${INSTALL_PROGRAM}%g
  63. s%@INSTALL_DATA@%${INSTALL} -m 644%g
  64. s%@PACKAGE@%libvorbis%g
  65. s%@VERSION@%1.0rc3%g
  66. s%@ACLOCAL@%aclocal%g
  67. s%@AUTOCONF@%autoconf%g
  68. s%@AUTOMAKE@%automake%g
  69. s%@AUTOHEADER@%autoheader%g
  70. s%@MAKEINFO@%makeinfo%g
  71. s%@SET_MAKE@%%g
  72. s%@V_LIB_CURRENT@%1%g
  73. s%@V_LIB_REVISION@%0%g
  74. s%@V_LIB_AGE@%1%g
  75. s%@VF_LIB_CURRENT@%2%g
  76. s%@VF_LIB_REVISION@%0%g
  77. s%@VF_LIB_AGE@%2%g
  78. s%@VE_LIB_CURRENT@%1%g
  79. s%@VE_LIB_REVISION@%0%g
  80. s%@VE_LIB_AGE@%1%g
  81. s%@CC@%gcc%g
  82. s%@CPP@%gcc -E%g
  83. s%@host@%m68k-unknown-amigaos%g
  84. s%@host_alias@%m68k-unknown-amigaos%g
  85. s%@host_cpu@%m68k%g
  86. s%@host_vendor@%unknown%g
  87. s%@host_os@%amigaos%g
  88. s%@build@%m68k-unknown-amigaos%g
  89. s%@build_alias@%m68k-unknown-amigaos%g
  90. s%@build_cpu@%m68k%g
  91. s%@build_vendor@%unknown%g
  92. s%@build_os@%amigaos%g
  93. s%@LN_S@%ln -s%g
  94. s%@OBJEXT@%o%g
  95. s%@EXEEXT@%%g
  96. s%@ECHO@%print -r%g
  97. s%@RANLIB@%ranlib%g
  98. s%@STRIP@%strip%g
  99. s%@LIBTOOL@%$(SHELL) $(top_builddir)/libtool%g
  100. s%@OGG_CFLAGS@%%g
  101. s%@OGG_LIBS@% -logg%g
  102. s%@ALLOCA@%%g
  103. s%@LIBOBJS@%%g
  104. s%@DEBUG@%-g -Wall -W -D__NO_MATH_INLINES -fsigned-char%g
  105. s%@PROFILE@%-O20 -g -pg -D__NO_MATH_INLINES -fsigned-char%g
  106. s%@pthread_lib@%-lpthread%g
  107.  
  108. CEOF
  109.  
  110. # Split the substitutions into bite-sized pieces for seds with
  111. # small command number limits, like on Digital OSF/1 and HP-UX.
  112. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  113. ac_file=1 # Number of current file.
  114. ac_beg=1 # First line for current file.
  115. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  116. ac_more_lines=:
  117. ac_sed_cmds=""
  118. while $ac_more_lines; do
  119.   if test $ac_beg -gt 1; then
  120.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  121.   else
  122.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  123.   fi
  124.   if test ! -s conftest.s$ac_file; then
  125.     ac_more_lines=false
  126.     rm -f conftest.s$ac_file
  127.   else
  128.     if test -z "$ac_sed_cmds"; then
  129.       ac_sed_cmds="sed -f conftest.s$ac_file"
  130.     else
  131.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  132.     fi
  133.     ac_file=`expr $ac_file + 1`
  134.     ac_beg=$ac_end
  135.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  136.   fi
  137. done
  138. if test -z "$ac_sed_cmds"; then
  139.   ac_sed_cmds=cat
  140. fi
  141.  
  142. CONFIG_FILES=${CONFIG_FILES-"Makefile lib/Makefile lib/modes/Makefile lib/books/Makefile lib/books/coupled/Makefile lib/books/uncoupled/Makefile lib/books/floor/Makefile doc/Makefile doc/vorbisfile/Makefile doc/vorbisenc/Makefile include/Makefile include/vorbis/Makefile examples/Makefile win32/Makefile debian/Makefile vq/Makefile"}
  143. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  144.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  145.   case "$ac_file" in
  146.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  147.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  148.   *) ac_file_in="${ac_file}.in" ;;
  149.   esac
  150.  
  151.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  152.  
  153.   # Remove last slash and all that follows it.  Not all systems have dirname.
  154.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  155.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  156.     # The file is in a subdirectory.
  157.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  158.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  159.     # A "../" for each directory in $ac_dir_suffix.
  160.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  161.   else
  162.     ac_dir_suffix= ac_dots=
  163.   fi
  164.  
  165.   case "$ac_given_srcdir" in
  166.   .)  srcdir=.
  167.       if test -z "$ac_dots"; then top_srcdir=.
  168.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  169.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  170.   *) # Relative path.
  171.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  172.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  173.   esac
  174.  
  175.   case "$ac_given_INSTALL" in
  176.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  177.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  178.   esac
  179.  
  180.   echo creating "$ac_file"
  181.   rm -f "$ac_file"
  182.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  183.   case "$ac_file" in
  184.   *Makefile*) ac_comsub="1i\\
  185. # $configure_input" ;;
  186.   *) ac_comsub= ;;
  187.   esac
  188.  
  189.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  190.   sed -e "$ac_comsub
  191. s%@configure_input@%$configure_input%g
  192. s%@srcdir@%$srcdir%g
  193. s%@top_srcdir@%$top_srcdir%g
  194. s%@INSTALL@%$INSTALL%g
  195. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  196. fi; done
  197. rm -f conftest.s*
  198.  
  199.  
  200.  
  201. exit 0
  202.